home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00191_exit 360 behavior.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  441 b   |  20 lines

  1. global oldText
  2.  
  3. on mouseEnter
  4.   puppetSound(3, "over")
  5.   set the foreColor of member "exit 360" to 0
  6. end
  7.  
  8. on mouseLeave
  9.   set the foreColor of member "exit 360" to 215
  10. end
  11.  
  12. on mouseUp
  13.   puppetSound(2, "click")
  14.   sprite(26).visible = 0
  15.   set the foreColor of member "exit 360" to 215
  16.   member("blurb").text = "Click on colored circles above to view a selection of our unique collections."
  17.   oldText = member("blurb").text
  18.   go("gallery")
  19. end
  20.